Zend Framework 3 API Reference
Home
Contribute
All Components
→
zendframework/zend-db
→
Class SqlInterface
Interface SqlInterface
Summary
Fully Qualified Name:
Zend\Db\Sql\SqlInterface
Description
Methods
Name
Description
Defined By
getSqlString()
Get SQL string for statement
SqlInterface
Method Details
getSqlString()
Get SQL string for statement
Parameter Name
Type
Description
$adapterPlatform
null|\PlatformInterface
Returns: string
Top